#include <BustaNetInternal.h>
Inheritance diagram for BustaNetInternalMsg:
Public Member Functions | |
int | getType () |
Returns the type of the message. | |
void | setType (int newType) |
Sets the type of the message. |
This is the base class for all messages that are sent between the client and the game engine.
|
Returns the type of the message. The type of the internal message is returned. This type identifies messages from one another and allows the engine to determine the action to take with the message.
|
|
Sets the type of the message. Sets the identification type of the message.
|